-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVE][Slack import] Parse channel and user mentions #17637
[IMPROVE][Slack import] Parse channel and user mentions #17637
Conversation
This doesn't fix the issue yet. I am still searching for where in the code mentions (user and room) are being made clickable. @pierre-lehnen-rc do you happen to know that by any chance? |
The messages are parsed by this lib: https://github.com/RocketChat/Rocket.Chat/blob/develop/app/mentions/lib/MentionsParser.js |
There are still issues. I think the permissions one might be client side though.
|
This pull request fixes 1 alert when merging a004a99 into 29eef3d - view on LGTM.com fixed alerts:
|
Any errors not related to the import process itself can be left out of the PR and registered as an issue, but do feel free to open a new PR with any fixes you'd like to include. |
I separated the fix out into #17776
I found the issue. It is that the default UTF8 encoding regex does not contain any non-ASCII chars |
A new issue, importing the general channel from slack, has cropped up. This is not handled correctly yet. The problem is, that the general channel in the import slack for me is called "allgmein" it gets imported as |
This pull request fixes 1 alert when merging 978f9ea into 0543346 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 4e0055b into 0d2723f - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging adc3a0d into 0d2723f - view on LGTM.com fixed alerts:
|
903f2c3
to
ca13980
Compare
This pull request fixes 1 alert when merging ca13980 into 0d2723f - view on LGTM.com fixed alerts:
|
I unfortunately can't lint the commit, as
|
This pull request fixes 1 alert when merging 305e58e into cae6aeb - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 8c1a38e into cae6aeb - view on LGTM.com fixed alerts:
|
As far as I see it, work is complete. Depends on #17776. |
Another Slack's importer issue: #17855 |
…l as channel names with umlauts
… channel objects and message parser to make matching by parser possible without changing display of channels by using fname.
…arrow with curly braces
8c1a38e
to
e42022b
Compare
Rebased branch after merge of #17776. Ready to merge now. |
This is the start of work to make the channel mentions clickable links. It eventually Closes #17593.